home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / SLRN0871.ZIP / FAQ < prev    next >
Encoding:
Text File  |  1996-03-27  |  11.7 KB  |  265 lines

  1. This is the slrn FAQ.
  2.  
  3. Send comments, suggestions, or corrections to davis@space.mit.edu.
  4.  
  5. The latest version of slrn is available via anonymous ftp from
  6. space.mit.edu in /pub/davis/slrn.  In addition, it may be obtained from the
  7. European mirror ftp.uni-stuttgart.de in /pub/unix/misc/slang.
  8.  
  9. If you are viewing this FAQ with slrn, press `g' to go from one subject to
  10. the next.
  11.  
  12. Questions addressed:
  13.  
  14. 1.  Instead of drawing lines for the thread tree, I see `mq'.  Why?
  15. 2.  I do not see a thread tree. Why?
  16. 3.  When I mark an article as read, why aren't cross-posts marked as read also?
  17. 4.  What is a prefix argument?
  18. 5.  How do I re-read articles in a newsgroup that I have already read?
  19. 6.  Can I use the mouse with slrn?
  20. 7.  How do I use the mouse in an XTerm to cut/paste?
  21. 8.  What is the easiest way to uudecode articles?
  22. 9.  How do I cross-post an article?
  23. 10. How do I find the previously read articles of a thread?
  24.  
  25. Answers:
  26.  
  27. ------------------------------
  28.  
  29. Subject: 1. Instead of drawing lines for the thread tree, I see `mq'.  Why?
  30.  
  31.     There are a couple of reasons for this.  The simplest may be that the
  32.     font that you are using does not support line drawing characters.
  33.     Simply switching fonts to a dec-vt220 compatible font may solve the
  34.     problem.  This is usually the case with Windows telnet applications.
  35.  
  36.     Another reason for this is that your terminfo file may not be set up
  37.     properly. The obvious solution is fix the terminfo file.  However, this
  38.     may not be possible without the correct tools (untic and tic) and many
  39.     systems do not have those tools installed.
  40.  
  41.     Although slang is a terminfo based system, there is another solution
  42.     based on termcap if you are using version 0.99.18 of slang or later.
  43.     First of all, get a termcap entry that contains the appropriate
  44.     capabilities for an alternate character set, that is, the termcap `ac',
  45.     `ae', `as', and possibly `eA' capabilities.  Lets call this file
  46.     `my_termcap'.  Then do:
  47.  
  48.       setenv TERMCAP `pwd`/my_termcap
  49.       eval `tset -s terminal-name`
  50.  
  51.     (Replace `terminal-name' by your terminal name).  `tset' will then read
  52.     and parse the my_termcap file and set the TERMCAP variable
  53.     appropriately. You will want to put this in your .login file.
  54.  
  55. ------------------------------
  56.  
  57. Subject: 2. I do not see a thread tree. Why?
  58.  
  59.     See the answer to the previous question.
  60.  
  61. ------------------------------
  62.  
  63. Subject: 3. When I mark an article as read, why aren't cross-posts marked
  64.             as read also?
  65.  
  66.     For slrn to mark an article as read in more than one group, it needs
  67.     information about what groups the article was cross-posted to.  This
  68.     information is provided by the Xref header.  Not all servers provide
  69.     this header so this feature will not work with those servers.
  70.  
  71.     Now suppose that your server provides the Xref header as one of the
  72.     headers of the article and at the same time, provides support for the
  73.     NOV database (via the XOVER nntp command).  In this case, unless the
  74.     server has been configured to provide the Xref header as part of the NOV
  75.     database, slrn will not be able to get the header without accessing the
  76.     article.  Unfortunately, Xref is optional under NOV so many systems do
  77.     not automatically provide it even though it is one of the recommended
  78.     headers.
  79.  
  80.     To summarize, make sure that your server provides the Xref header AND if
  81.     it supports NOV, make sure that the Xref header is part of the NOV
  82.     database.
  83.  
  84. ------------------------------
  85.  
  86. Subject: 4. What is a prefix argument?
  87.  
  88.     Many key-bindings accept prefix arguments.  A prefix argument is an
  89.     integer that is generated prior to a key sequence and is used as a way
  90.     of controlling the behavior the key sequence.  It is generated by
  91.     pressing the ESC key and then pressing the keys that correspond to the
  92.     integer.  For example, to generate a prefix argument of 314, simply
  93.     press the 4 keys: ESC 3 1 4.
  94.  
  95.     Some functions use such arguments as repeat factors.  That is, the
  96.     function bound to the key sequence that they modify will be repeated the
  97.     number of times specified by the prefix argument.
  98.  
  99.     Some other functions may simply use it as a way of slightly modifying
  100.     the behavior of the function.  For example, if a prefix argument is
  101.     used as a modifier for the `followup' function, the original article's
  102.     headers will be included in the followup message.  Without a prefix
  103.     argument, the headers will not be included in followups.
  104.  
  105. ------------------------------
  106.  
  107. Subject: 5. How do I re-read articles in a newsgroup that I have already read?
  108.  
  109.     When entering a newsgroup, simply use a `prefix argument'.  This means,
  110.     press ESC and then a number followed by the key sequence that you use to
  111.     enter the newsgroup.  For example, if you use the RETURN key, then do
  112.     the following: ESC 1 RETURN
  113.  
  114. ------------------------------
  115.  
  116. Subject: 6. Can I use the mouse with slrn?
  117.  
  118.      If slrn is run in an XTerm, it can use the mouse.  To enable it, add the
  119.      line
  120.            set mouse 1
  121.  
  122.      to your .slrnrc file.  This will cause slrn to turn on XTerm mouse
  123.      reporting when run in an XTerm window.  The TERM environment variable
  124.      is used to determine whether or not this is the case.
  125.      
  126.      To force the mouse to be used, startup slrn using the -m option, e.g.,
  127.      `slrn -m'.
  128.  
  129.      The actions defined for the mouse are specified in the following table:
  130.  
  131.      Group Mode:
  132.  
  133.          Object                 Button         Action
  134.          ------------------------------------------------
  135.          Top Status line        any            specified by button label
  136.          Group Name             any            select group
  137.          Bottom Status line     middle         toggle display of unread groups
  138.          Bottom Status line     left           page-down
  139.          Bottom Status line     right          page-up         
  140.  
  141.      Article Mode:
  142.  
  143.          Object                 Button         Action
  144.          ------------------------------------------------
  145.          Top status line        any            specified by button label
  146.  
  147.          Header status line     left           header page down
  148.                                 right          header page up
  149.                                 middle         hide article window
  150.  
  151.          Article status line    left           next unread
  152.                                 right          previous unread
  153.                                 middle         toggle quotes
  154.  
  155.          Header item            any            select item
  156.  
  157.          Article window         left           article page down
  158.                                 right          article page up
  159.                                 middle         hide article window
  160.  
  161. ------------------------------
  162.  
  163. Subject: 7. How do I use the mouse in an XTerm to cut/paste?
  164.  
  165.     The easiest way is to hold down the shift key when using the mouse for
  166.     cut/paste operations.  The other way is to simply get an slrn prompt,
  167.     e.g., search for something then after cut/paste abort the search.
  168.  
  169. ------------------------------
  170.  
  171. Subject: 8. What is the easiest way to uudecode articles?
  172.  
  173.     Fortunately, the easiest way is also the most efficient.  Basically this
  174.     involves using the `#' key to numerically tag articles that you want to
  175.     decode and then the `:' key to start the decode process.  The only
  176.     restriction is that multi-part uuencoded articles must be tagged in
  177.     their proper order.  There is no need to uudecode one article at a time.
  178.     Simply mark everything that you would like to decode then press `:'.
  179.  
  180.     Here is an actual example taken from alt.binaries.pictures.fractals:
  181.  
  182.     -    9:[Mike In Indy]    Kaboom! - kaboom.gif (0/1)
  183.     - 3078:[Mike In Indy]    Kaboom! - kaboom.gif (1/1)
  184.     -   23:[Gumbycat    ]    lucifer.gif  (0/7)
  185.     -  433:[Gumbycat    ]    lucifer.gif -  for Halloween  (5/7)
  186.     -  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (3/7)
  187.     -  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (4/7)
  188.     -  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (6/7)
  189.     -  244:[Gumbycat    ]    lucifer.gif  -  for Halloween (7/7)
  190.     -  434:[Gumbycat    ]    lucifer.gif  - for Halloween (1/7)
  191.     -  433:[Gumbycat    ]    lucifer.gif - for Halloween (2/7)
  192.     -   16:[Paul Carlson]    My Halloween Fractal - devil.gif (0/1)
  193.     - 4310:[Paul Carlson]    My Halloween Fractal - devil.gif (1/1)
  194.  
  195.     As you can see, 3 files have been posted: kaboom.gif, lucifer.gif, and
  196.     devel.gif (At the time of this writing, it is Halloween weekend). Both
  197.     kaboom.gif and devel.gif are single part files whereas lucifer.gif is a
  198.     seven part series.  Since lucifer.gif is displayed out of order, care
  199.     must be exercised when tagging it (slrn will sort threads by subject and
  200.     in this case the poster used an inconsistent subject format--- usually,
  201.     sorting will result in the correct ordering).  Assuming that we wish to
  202.     decode these three gif images, the `#' key will be used to tag them.
  203.     The result of using the `#' key is shown below:
  204.  
  205.     -    9:[Mike In Indy]    Kaboom! - kaboom.gif (0/1)
  206.    1- 3078:[Mike In Indy]    Kaboom! - kaboom.gif (1/1)
  207.     -   23:[Gumbycat    ]    lucifer.gif  (0/7)
  208.    6-  433:[Gumbycat    ]    lucifer.gif -  for Halloween  (5/7)
  209.    4-  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (3/7)
  210.    5-  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (4/7)
  211.    7-  433:[Gumbycat    ]    lucifer.gif  -  for Halloween (6/7)
  212.    8-  244:[Gumbycat    ]    lucifer.gif  -  for Halloween (7/7)
  213.    2-  434:[Gumbycat    ]    lucifer.gif  - for Halloween (1/7)
  214.    3-  433:[Gumbycat    ]    lucifer.gif - for Halloween (2/7)
  215.     -   16:[Paul Carlson]    My Halloween Fractal - devil.gif (0/1)
  216.    9- 4310:[Paul Carlson]    My Halloween Fractal - devil.gif (1/1)
  217.  
  218.     Now 9 headers have been numerically tagged.  To decode these, simply
  219.     press the `:' key.  slrn will prompt for a filename to save the articles
  220.     to and after saving, it will prompt to go ahead and decode.  The decoded
  221.     files will be placed in the directory specified by the
  222.     `decode_directory' variable that one can set in the .slrnrc file.  The
  223.     end result is that after tagging with the `#' key, one presses `:' and
  224.     hits return twice.
  225.  
  226.     To un-tag articles, press `ESC #'.
  227.  
  228. ------------------------------
  229.  
  230. Subject: 9. How do I cross-post an article?
  231.  
  232.     There are two ways:
  233.  
  234.        1. When slrn prompts for a newsgroup, simply specify a comma
  235.           separated list of newsgroups.  DO NOT USE SPACES!
  236.  
  237.        2. Edit the Newsgroup header line when editing the message.  Again,
  238.           the list of newsgroups must be comma separated with no whitespace.
  239.           Also make sure that you do not wrap this line.
  240.  
  241.     Helpful hint:
  242.  
  243.        If you forget the name of a newsgroup while inside the editor,
  244.        suspend the editor with Ctrl-Z and use more/less/most to view your
  245.        .newsrc file.  If your editor is sophisticated enough, you can really
  246.        simplify this process by using the `editor_command' keyword in your
  247.        .slrnrc file.  For example, if you use jed as your editor, you can
  248.        set your editor command to something like:
  249.  
  250.           editor_command "jed ~/.jnewsrc -2 %s -g %d"
  251.  
  252.        This says to load the file ~/.jnewsrc into the editor, split the
  253.        window, then load the file that slrn wants to edit in one of the
  254.        windows and then goto a specified line number.
  255.  
  256. ------------------------------
  257.  
  258. Subject: 10. How do I re-read previously read articles of a thread?
  259.  
  260.      `ESC p' will attempt to find the parent as specified by the references
  261.      header of the current article querying the server if necessary.  To
  262.      find the children of the current article (articles that reference it),
  263.      use `ESC Ctrl-P'.  Finally, to reconstruct the entire tree (all parents
  264.      and all children), use `ESC 1 ESC p'.
  265.